.header-language{
    position: relative;
    text-align: right;
}
.href-header-language:focus, .href-header-language:visited, .href-header-language:hover, .href-header-language{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    color: #6D7986;
}
.href-header-language span{
    text-decoration: underline;
    margin-left: 5px;
}
.href-header-language img{
    width: 33px;
    height: 35px;
}
.header-language-list{
    position: absolute;
    transform: translate(0, 100%);
    padding: 10px 0;
    bottom: 0;
    right: 0;
    z-index: 250;
    display: none;
}
.header-language:hover .header-language-list{
    display: block;
}
.header-language-wrapper{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(210, 210, 210, 0.4);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 10px;
    padding: 16px 0;
}
.header-language-wrapper > a{
    padding: 12px 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-decoration: none;
    text-align: left;
}
.header-language-wrapper > a:hover{
    text-decoration: none;
    background: rgba(211, 213, 218, 0.4);
    color: black;
}